3.654 \(\int \frac{x^m}{\left (a+b x^2\right )^{3/2}} \, dx\)

Optimal. Leaf size=48 \[ \frac{x^{m+1} \, _2F_1\left (1,\frac{m}{2};\frac{m+3}{2};-\frac{b x^2}{a}\right )}{a (m+1) \sqrt{a+b x^2}} \]

[Out]

(x^(1 + m)*Hypergeometric2F1[1, m/2, (3 + m)/2, -((b*x^2)/a)])/(a*(1 + m)*Sqrt[a
 + b*x^2])

_______________________________________________________________________________________

Rubi [A]  time = 0.0696581, antiderivative size = 66, normalized size of antiderivative = 1.38, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.133 \[ \frac{x^{m+1} \sqrt{\frac{b x^2}{a}+1} \, _2F_1\left (\frac{3}{2},\frac{m+1}{2};\frac{m+3}{2};-\frac{b x^2}{a}\right )}{a (m+1) \sqrt{a+b x^2}} \]

Antiderivative was successfully verified.

[In]  Int[x^m/(a + b*x^2)^(3/2),x]

[Out]

(x^(1 + m)*Sqrt[1 + (b*x^2)/a]*Hypergeometric2F1[3/2, (1 + m)/2, (3 + m)/2, -((b
*x^2)/a)])/(a*(1 + m)*Sqrt[a + b*x^2])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 8.34955, size = 54, normalized size = 1.12 \[ \frac{x^{m + 1} \sqrt{a + b x^{2}}{{}_{2}F_{1}\left (\begin{matrix} \frac{3}{2}, \frac{m}{2} + \frac{1}{2} \\ \frac{m}{2} + \frac{3}{2} \end{matrix}\middle |{- \frac{b x^{2}}{a}} \right )}}{a^{2} \sqrt{1 + \frac{b x^{2}}{a}} \left (m + 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**m/(b*x**2+a)**(3/2),x)

[Out]

x**(m + 1)*sqrt(a + b*x**2)*hyper((3/2, m/2 + 1/2), (m/2 + 3/2,), -b*x**2/a)/(a*
*2*sqrt(1 + b*x**2/a)*(m + 1))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0495535, size = 66, normalized size = 1.38 \[ \frac{x^{m+1} \sqrt{\frac{b x^2}{a}+1} \, _2F_1\left (\frac{3}{2},\frac{m+1}{2};\frac{m+3}{2};-\frac{b x^2}{a}\right )}{a (m+1) \sqrt{a+b x^2}} \]

Antiderivative was successfully verified.

[In]  Integrate[x^m/(a + b*x^2)^(3/2),x]

[Out]

(x^(1 + m)*Sqrt[1 + (b*x^2)/a]*Hypergeometric2F1[3/2, (1 + m)/2, (3 + m)/2, -((b
*x^2)/a)])/(a*(1 + m)*Sqrt[a + b*x^2])

_______________________________________________________________________________________

Maple [F]  time = 0.028, size = 0, normalized size = 0. \[ \int{{x}^{m} \left ( b{x}^{2}+a \right ) ^{-{\frac{3}{2}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^m/(b*x^2+a)^(3/2),x)

[Out]

int(x^m/(b*x^2+a)^(3/2),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{m}}{{\left (b x^{2} + a\right )}^{\frac{3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^m/(b*x^2 + a)^(3/2),x, algorithm="maxima")

[Out]

integrate(x^m/(b*x^2 + a)^(3/2), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{x^{m}}{{\left (b x^{2} + a\right )}^{\frac{3}{2}}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^m/(b*x^2 + a)^(3/2),x, algorithm="fricas")

[Out]

integral(x^m/(b*x^2 + a)^(3/2), x)

_______________________________________________________________________________________

Sympy [A]  time = 5.65628, size = 53, normalized size = 1.1 \[ \frac{x x^{m} \Gamma \left (\frac{m}{2} + \frac{1}{2}\right ){{}_{2}F_{1}\left (\begin{matrix} \frac{3}{2}, \frac{m}{2} + \frac{1}{2} \\ \frac{m}{2} + \frac{3}{2} \end{matrix}\middle |{\frac{b x^{2} e^{i \pi }}{a}} \right )}}{2 a^{\frac{3}{2}} \Gamma \left (\frac{m}{2} + \frac{3}{2}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**m/(b*x**2+a)**(3/2),x)

[Out]

x*x**m*gamma(m/2 + 1/2)*hyper((3/2, m/2 + 1/2), (m/2 + 3/2,), b*x**2*exp_polar(I
*pi)/a)/(2*a**(3/2)*gamma(m/2 + 3/2))

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{m}}{{\left (b x^{2} + a\right )}^{\frac{3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^m/(b*x^2 + a)^(3/2),x, algorithm="giac")

[Out]

integrate(x^m/(b*x^2 + a)^(3/2), x)